
* {
  margin: 0;
}

.login-links {
  display: flex;
  right: 30px;
  position: relative;
  right: -140px;
}

.sign-in {
  color: white;
  text-decoration: none;
  margin-right: 20px;
  font-size: 18px;
  border: 4px solid darkblue;
  padding: 8px 20px;
  border-radius: 13px;
  transition: 0.3s;
}

.sign-up {
  background-color: blue;
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 13px;
  border: 4px solid darkblue;
  font-size: 18px;
  transition: 0.3s;
}

.sign-in:hover,
.sign-up:hover {
  background-color: gray;
}


.site-header {
  display: flex;
  background-color: #3B0E10;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 125px;
  margin: 10px;
}

.site-navigation {
  list-style: none;
}


.site-navigation, .li {
  display: inline-block;
}


.cart {
  margin-top: 3px;
  margin-right: 20px;
}

.aa {
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
  color: white;
  border-radius: 15px;
  padding: 10px 20px;
  border: 2px solid #eda62c;
  transition: 0.6s;
} 

.aa:hover {
  background-color: black;
}

.ul {
  position: relative;
  right: -180px;
}

.beta {
  position: absolute;
  margin-left: 170px;
  color: white;
  padding: 6px 20px;
  background-color: #1a1a1a;
  border-radius: 6px;
  box-shadow: 0 0 20px black;
}


.pizza-hero {
  background: url("../Images/Pizza\ background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120vh;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  color: white;
}


.overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  /* optional for readability */
  padding: 2rem;
  border-radius: 10px;
  margin-right: 30px;
}

#header-text {
  margin-bottom: 1rem;
  font-size: 35px;
}

.header-paragraph {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.order-btn {
  background-color: #11a62c;
  color: white;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 2px solid #3B0E10;
  text-decoration: none;
  transition: 0.3s;
}

.order-btn:hover {
  background-color: darkgreen;
  color: white;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 2rem;
  }

  .overlay p {
    font-size: 1.1rem;
  }

  .pizza-hero {
    padding: 1rem;
    height: auto;
  }
}

.aboutus-background {
  background-color: #1a1a1a;
  padding: 0rem;
}


.about-us {
  background: url("../Images/Pizza\ chef\ 2.jpg");
  background-size: 800px;
  height: 100vh;
  background-position: left;
  background-repeat: no-repeat;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: center;
  color: white;
}

.about-us-text {
  margin-bottom: 15px;
  font-size: 70px;
}

.about-us-text,
.about-us-paragraph {
  width: 450px;
  margin-right: 120px;
}

.about-us-paragraph {
  font-size: 25px;
}

.locations-mainmain {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
}

.location-text {
  color: white;
  font-size: 20px;
  margin: 0 40px 40px 0;
}

.locations-ul {
  padding: 0;
}

.locations-div {
  color: white;
}

.locations-btn {
  margin-bottom: 15px;
  list-style-type: none;
}

.locations-link {
  margin-bottom: 15px;
  font-size: 20px;
  color: gray;
  transition: 0.3s;
  text-decoration: none;
}

.locations-link:hover {
  color: yellow;
}

.sitemap-main {
  padding: 100px;
  background-color: #591814;
  display: flex;
}

.mainmain {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;

}

.sitemap {
  padding-bottom: 40px;
  font-size: 20px;
}

.sitemap-full {
  list-style-type: none;
  padding: 0;
}


.sitemap-btn {
  text-decoration: none;
  color: gray;
  transition: 0.3s;
  font-size: 20px;
}

.sitemap-btn:hover {
  color: yellow;
}

.sitemap,
.sitemap-full {
  padding-right: 40px;
}

.sitemap-list {
  margin-bottom: 15px;
}

.sitemap-title {
  color: white
}

.pizzeria-logo-section {
  width: 200px;
  margin-bottom: 50px;
}

.sign-in-paragraph {
  color: white;
  margin-bottom: 10px;
}

#input {
  display: flex;
  flex-direction: column;
}

#email-btn {
  background-color: whitesmoke;
  width: 100px; 
  height: 40px;
  border-radius: 15px;
  font-size: 15px;
  border: 2px solid black;
  transition: 0.3s;
  text-shadow: 1px 2px 8px black;
}

#email-btn:hover {
  background-color: darkslategray;
}

.others-main {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.others-link {
  text-decoration: none;
  color: gray;
  font-size: 20px;
  transition: 0.3s;
}

.others-link:hover {
  color: yellow;
}

.others-btn {
  list-style-type: none;
    margin-bottom: 15px;
}

.others-ul {
  padding: 0;
}

.others-text {
  margin-bottom: 40px;
  color: white;
  font-size: 20px;
}
